type google.golang.org/grpc/internal/channelz.int64Slice

7 uses

	google.golang.org/grpc/internal/channelz (current package)
		channelmap.go#L223: type int64Slice []int64
		channelmap.go#L225: func (s int64Slice) Len() int           { return len(s) }
		channelmap.go#L226: func (s int64Slice) Swap(i, j int)      { s[i], s[j] = s[j], s[i] }
		channelmap.go#L227: func (s int64Slice) Less(i, j int) bool { return s[i] < s[j] }
		channelmap.go#L249: 	sort.Sort(int64Slice(ids))
		channelmap.go#L275: 	sort.Sort(int64Slice(ids))
		channelmap.go#L308: 	sort.Sort(int64Slice(ids))